home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0799 / 467 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. Date: Wed, 29 Jun 1994 10:43:36 +0100
  2. From: Gerd Castan <castan@cip.physik.uni-stuttgart.de>
  3. To: gem-list@world.std.com
  4. Message-Id: <00980AC4.2EA12440.21652@cip.physik.uni-stuttgart.de>
  5. Subject: Re: Dialog Box Proposal Part 1
  6. Precedence: bulk
  7.  
  8.  
  9. >> >>I should have stored it as "activation characters MUST be STORED as
  10. >> >>uppercase"...  That's what I meant.  I will update the proposal.  :)
  11. >> >I see.
  12. >> Why do you have to store activation characters at all?
  13. >Why don't you?  If you don't store the activation characters, then you
  14. >wont even know how to check for the character!!  If I were you, I'd
  15. >store the character information in the upper 8 bits of the object type.
  16. In the Magic library (from Peter Hellinger) I store the string "[OK" in
  17. a button object. 
  18. If I use it in my program, the character after "[" is underlined (without
  19. displaying the "[") and ALT O selects the button.
  20. In my program I have no single source line more than whith a usual FormDo
  21. call. And I don't have to store anything in my program.
  22. That's why "activation characters MUST be STORED as uppercase" makes no
  23. sense to me.
  24.  
  25. Gerd
  26.